projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fc2ac4
)
Fix typo in previous commit.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 26 Nov 2008 10:46:21 +0000
(10:46 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 26 Nov 2008 10:46:21 +0000
(10:46 +0000)
lisp/emacs-lisp/lisp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp.el
b/lisp/emacs-lisp/lisp.el
index 0000b2e19764c93c629d13bda217db09d0b9210e..1189ff3e2a41ff991dd5207d19261408e98a95b5 100644
(file)
--- a/
lisp/emacs-lisp/lisp.el
+++ b/
lisp/emacs-lisp/lisp.el
@@
-53,7
+53,7
@@
Should take the same arguments and behave similarly to `forward-sexp'.")
With ARG, do it that many times. Negative arg -N means
move backward across N balanced expressions.
This command assumes point is not in a string or comment."
- (
I
nteractive "p")
+ (
i
nteractive "p")
(or arg (setq arg 1))
(if forward-sexp-function
(funcall forward-sexp-function arg)